home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / pfed_040.zip / MV.DOC < prev    next >
Text File  |  1993-07-28  |  2KB  |  31 lines

  1.            Master View 2.1b written by Chris Zinn (C)1993,TCSoft.
  2.  
  3.      MV (MasterView) is a full screen ansi viewer.  Alot of ansis made
  4. by ansi artist groups are 50 lines or longer, so using the type command
  5. dosn't give you a chance to look at them long enough for you to appreciate
  6. them.  Someone decided that we should have an ansi viewer, the first few
  7. ansi viewers I saw were basically pathetic attempts to make them selves
  8. known.  All it did was your basic dos TYPE command followed by a INPUT ":",A$
  9. or something similar (getch() for you C programmers).  The next few would
  10. let you slow it down or speed it up, but that was basicly the equivalent of
  11. hitting CTRl-S or screen pause for me.  Then I wrote this one, this one
  12. will load the entire ansi into memory and let you scroll through it so you
  13. can get a good look at it.  You can also change the video mode in the middle
  14. to 50 line mode to see more of it (most look better in this mode BTW.)
  15.  
  16.     New in 2.1:  .  VGA Smooth Scrolling in the text mode. 
  17.                  .  Preview Mode
  18.                  .  Pop Up Help Window
  19.                  .  Pop Up Status Window
  20.     Bugs fixed from 2.0
  21.                  .  Resets screen mode upon exiting
  22.                  .  Lets you exit if you have many ansi's.
  23.  
  24. CGA Card Owners:
  25.     The VGA smooth scrolling option is defaulted to on.  You should have
  26. no compatibility problems with your CGA card.  If you do however, just press
  27. 'V' when you first get into View Mode to turn off the VGA Smooth Scroll.
  28.  
  29.  
  30.  
  31.